home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / generics / makegens.bat < prev    next >
DOS Batch File  |  1995-08-11  |  436b  |  20 lines

  1. @echo off
  2.  
  3. rem  Batch file used to create (from scratch) the base generics.h file
  4. rem  included with Dynace
  5.  
  6. cd ..\kernel
  7. ..\bin\rm -q generics.*
  8. ..\bin\dpp -C -h -i -s *.d
  9. ..\bin\mv generics.h ../include
  10.  
  11. cd ..\class
  12. ..\bin\dpp -C -h -i -g ../include/generics.h -s *.d
  13. ..\bin\mv generics.h ../include
  14.  
  15. cd ..\threads
  16. ..\bin\dpp -C -h -i -g ../include/generics.h -s *.d
  17. ..\bin\mv generics.h ../include
  18.  
  19. cd ..\generics
  20.